option(
    'combo',
    type : 'combo',
    choices : ['b', 'c', 'd'],
    value : 'b',
)

option(
    'array',
    type : 'array',
    choices : ['b', 'c', 'd'],
    value : ['b'],
)
